object frmCleaning: TfrmCleaning Left = 261 Top = 188 Width = 708 Height = 469 Caption = 'frmCleaning' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object pnMain: TPanel Left = 0 Top = 0 Width = 700 Height = 435 Align = alClient BevelOuter = bvNone Caption = 'pnMain' TabOrder = 0 object pnBackground: TAxBackgroundPanel Left = 0 Top = 0 Width = 700 Height = 435 Color = clWhite Align = alClient ParentColor = False TabOrder = 0 DesignSize = ( 700 435) object lblTitle: TAxSmoothLabel Left = 40 Top = 24 Width = 465 Height = 25 Quality = smMMXSmoothing4x AutoSize = False Caption = 'Step 2. Fixing the detected problems' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ParentFont = False end object lblSubtitle: TLabel Left = 40 Top = 64 Width = 620 Height = 41 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Please wait while the program is performing the system maintenan' + 'ce. You can also skip the item currently in progress or stop the' + ' process by clicking the Stop button below.' WordWrap = True end object Shape1: TShape Left = 40 Top = 119 Width = 620 Height = 1 Anchors = [akLeft, akTop, akRight] Pen.Color = 7036718 end object lvClean: TListView Left = 40 Top = 120 Width = 620 Height = 313 Anchors = [akLeft, akTop, akRight, akBottom] BorderStyle = bsNone Columns = < item Caption = 'Check up sections' Width = 580 end> ColumnClick = False ReadOnly = True RowSelect = True SmallImages = ilFake TabOrder = 0 ViewStyle = vsReport OnAdvancedCustomDrawItem = lvCleanAdvancedCustomDrawItem OnMouseDown = lvCleanMouseDown OnMouseMove = lvCleanMouseMove OnMouseUp = lvCleanMouseUp end end end object tmRefresh: TTimer Enabled = False Interval = 100 OnTimer = tmRefreshTimer Left = 568 Top = 16 end object ilFake: TImageList Height = 51 Left = 600 Top = 16 end end